//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['Quad City Steamwheelers vs. Green Bay Blizzard','Vibrant Arena at The MARK','Moline, IL','Saturday','7/12/2025','7:05 PM','6998387','Quad-City-Steamwheelers-vs--Green-Bay-Blizzard-7-12-2025'],['Quad City Steamwheelers vs. Tulsa Oilers','Vibrant Arena at The MARK','Moline, IL','Saturday','7/26/2025','7:05 PM','6998392','Quad-City-Steamwheelers-vs--Tulsa-Oilers-7-26-2025'],['Summer of Loud Tour: Parkway Drive, Killswitch Engage, I Prevail & Beartooth','PNC Music Pavilion - Charlotte','Charlotte, NC','Sunday','7/27/2025','3:00 PM','7008448','Summer-of-Loud-Tour--Parkway-Drive--Killswitch-Engage--I-Prevail---Beartooth-7-27-2025'],['Heart','Vibrant Arena at The MARK','Moline, IL','Sunday','8/24/2025','7:00 PM','7097781','Heart-8-24-2025'],['Nathaniel Rateliff and The Night Sweats','Vibrant Arena at The MARK','Moline, IL','Friday','9/19/2025','7:00 PM','7206592','Nathaniel-Rateliff-and-The-Night-Sweats-9-19-2025'],['Disney On Ice: Mickey's Search Party','Vibrant Arena at The MARK','Moline, IL','Thursday','12/4/2025','7:00 PM','7148293','Disney-On-Ice--Mickey-s-Search-Party-12-4-2025'],['Disney On Ice: Mickey's Search Party','Vibrant Arena at The MARK','Moline, IL','Friday','12/5/2025','7:00 PM','7148294','Disney-On-Ice--Mickey-s-Search-Party-12-5-2025'],['Disney On Ice: Mickey's Search Party','Vibrant Arena at The MARK','Moline, IL','Saturday','12/6/2025','11:00 AM','7148299','Disney-On-Ice--Mickey-s-Search-Party-12-6-2025'],['Disney On Ice: Mickey's Search Party','Vibrant Arena at The MARK','Moline, IL','Saturday','12/6/2025','3:00 PM','7148297','Disney-On-Ice--Mickey-s-Search-Party-12-6-2025'],['Disney On Ice: Mickey's Search Party','Vibrant Arena at The MARK','Moline, IL','Saturday','12/6/2025','7:00 PM','7148295','Disney-On-Ice--Mickey-s-Search-Party-12-6-2025'],['Disney On Ice: Mickey's Search Party','Vibrant Arena at The MARK','Moline, IL','Sunday','12/7/2025','11:00 AM','7148301','Disney-On-Ice--Mickey-s-Search-Party-12-7-2025'],['Disney On Ice: Mickey's Search Party','Vibrant Arena at The MARK','Moline, IL','Sunday','12/7/2025','3:00 PM','7148302','Disney-On-Ice--Mickey-s-Search-Party-12-7-2025'],['Virginia Commonwealth Rams vs. New Mexico Highlands Cowboys','Stuart C. Siegel Center','Richmond, VA','Sunday','12/21/2025','TBD','7087693','Virginia-Commonwealth-Rams-vs--New-Mexico-Highlands-Cowboys-12-21-2025'],['Brandon Lake','Vibrant Arena at The MARK','Moline, IL','Saturday','4/25/2026','7:00 PM','7077551','Brandon-Lake-4-25-2026']],'i wireless Center','http://www.ticketnetwork.com/ticket/i-wireless-Center-events.aspx');